home *** CD-ROM | disk | FTP | other *** search
- Spreadsheet Function: ATN()
- Synopsis:
-
- @ATN(expression)
-
- Description:
-
- This function returns the arctangent of the
- expression.
-
- Note: Trig functions are all specified in radians.
- If you need to convert between degrees and radians,
- the functions, @RAD and @DEG will help.
-
- Examples:
-
- @ATN(20) would give, 1.52084.
- @ATN(-5) would give, -1.3734.
- *
- Using Functions
- Usefunc.help
- Maths Operators
- operators.help